home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! Photo Premium Version 9 / PI_CD1.ISO / pip / pi9 / 1033 / tour.swf / scripts / DefineButton2_133 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-22  |  602 b   |  34 lines

  1. on(release){
  2.    tellTarget("_level0")
  3.    {
  4.       gotoAndStop("imperfections");
  5.       play();
  6.       _level0;
  7.       if(sku == "PIP")
  8.       {
  9.          tellTarget("_level0")
  10.          {
  11.             gotoAndStop("imperfections");
  12.             play();
  13.          }
  14.       }
  15.       _level0;
  16.       if(sku == "DIP")
  17.       {
  18.          tellTarget("_level0")
  19.          {
  20.             gotoAndStop("imperfections2");
  21.             play();
  22.          }
  23.       }
  24.    }
  25.    tellTarget("_level0.show")
  26.    {
  27.       _level.selection = "clear";
  28.    }
  29.    tellTarget("_level0.trans1")
  30.    {
  31.       play();
  32.    }
  33. }
  34.